Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Update ftp-srv to the latest version 🚀 #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 2, 2018

Version 3.0.0 of ftp-srv was just published.

Dependency ftp-srv
Current Version 2.19.5
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ftp-srv.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

3.0.0 (2018-09-02)

Bug Fixes

  • fs: wrap fs methods in try (bc26886)

Features

  • change server options (90a7419)
  • respond with full paths in STOR/RETR (#95) (c9b4371)
  • start pasv port selection from last checked port (#111) (a51678a)

BREAKING CHANGES

  • fs expects an object {stream, clientPath} in response to .read() and .write().

This is implemented in a backwards compatible way, and works with the old fs implementation. But since this may break builds in unintented ways.

  • some options have moved or been renamed
Commits

The new version differs by 9 commits.

  • 27b43d7 chore: update scripts
  • fae003e test(passive): correctly close test connections
  • a51678a feat: start pasv port selection from last checked port (#111)
  • bc26886 fix(fs): wrap fs methods in try
  • c9b4371 feat: respond with full paths in STOR/RETR (#95)
  • 95471bd test: update tests with refactors
  • 5a36a66 refactor(passive): increment passive connection ports
  • 90a7419 feat: change server options
  • 29cb035 chore: migration guide v2 to v3

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The devDependency ftp-srv was updated from 2.19.5 to 3.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2018

  • The devDependency ftp-srv was updated from 2.19.5 to 3.0.2.

Update to this version instead 🚀

Release Notes for v3.0.2

3.0.2 (2018-11-12)

Bug Fixes

  • correct timeouts around TLS data connection (#128) (4801ecc)
Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • 4801ecc fix: correct timeouts around TLS data connection (#128)
  • 8e34e4c fix: correct type definitions (#125)
  • 0afd578 chore: update semantic-release (#124)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency ftp-srv was updated from 2.19.5 to 3.0.3.

Update to this version instead 🚀

Release Notes for v3.0.3

3.0.3 (2018-11-19)

Bug Fixes

  • cli: correctly setup server, add pasv options (#130) (7acf861)
Commits

The new version differs by 1 commits.

  • 7acf861 fix(cli): correctly setup server, add pasv options (#130)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency ftp-srv was updated from 2.19.5 to 3.0.4.

Update to this version instead 🚀

Release Notes for v3.0.4

3.0.4 (2018-11-19)

Bug Fixes

  • add pasv_url to typescript definitions (#131) (e41b04b)
Commits

The new version differs by 1 commits.

  • e41b04b fix: add pasv_url to typescript definitions (#131)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

  • The devDependency ftp-srv was updated from 2.19.5 to 3.0.5.

Update to this version instead 🚀

Release Notes for v3.0.5

3.0.5 (2018-12-21)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ab085a1 chore: remove npm-run-all
  • a5f2648 fix(cli): correct --root flag logic (#135)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 3.1.0.

Update to this version instead 🚀

Release Notes for v3.1.0

3.1.0 (2019-02-21)

Bug Fixes

Features

Commits

The new version differs by 3 commits.

  • 8c8f392 feat: expose a RNTO event (#151)
  • eca26ee fix: close connection on timeout (#145)
  • 811db7b fix: add correct typing for tls option (#141)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.0.0.

Update to this version instead 🚀

Release Notes for v3.1.1

3.1.1 (2019-02-21)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 03ff982 fix: correct writable checks (#147)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.0.0.

Update to this version instead 🚀

Release Notes for v4.0.0

4.0.0 (2019-02-21)

Features

BREAKING CHANGES

  • remove ipify.org automatic resolution of ip
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.0.1.

Update to this version instead 🚀

Release Notes for v4.0.1

4.0.1 (2019-03-03)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 0773967 fix: find available port using hostname (#155)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.1.0.

Update to this version instead 🚀

Release Notes for v4.1.0

4.1.0 (2019-03-08)

Bug Fixes

Features

Commits

The new version differs by 5 commits.

  • 0d9131c chore: simplify circle config
  • eafaf6f chore: drop testing of node v6
  • ea99e6e chore: fix circle ci node_modules persistance
  • 342911e fix: dont specify host when port searching (#158)
  • 0094614 feat: socket timeout (#154)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.1.1.

Update to this version instead 🚀

Release Notes for v4.1.1

4.1.1 (2019-06-21)

Bug Fixes

  • stor: ensure rejection after destroy (44999c7)
  • enable better concurrent port search (94f0b89)
Commits

The new version differs by 4 commits.

  • 16dbc78 chore: audit fix
  • 94f0b89 fix: enable better concurrent port search
  • 79d7bd9 chore: ensure correct test path
  • 44999c7 fix(stor): ensure rejection after destroy

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

  • The devDependency ftp-srv was updated from 2.19.5 to 4.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2020

  • The devDependency ftp-srv was updated from 2.19.5 to 4.3.1.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant